home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip Ekim 2003.iso / prog / web / forum / setup.exe / F2527_newforum.asp < prev    next >
Encoding:
Text File  |  2003-07-23  |  1.9 KB  |  42 lines

  1.  
  2.         </tr>
  3.         <tr>
  4.           <td width="100%"><font face="verdana,arial" size="2">
  5.             <b>Description:</b>  Loads a forum into the object's
  6.             memory.  This function is required before any of the show_xxx()
  7.             methods are called.<br>
  8.             <br>
  9.             <b><i>forumid (required, Integer):</i></b>  ID of the forum
  10.             that should be loaded<br>
  11.             <b><i>homeurl (required, String):</i></b> Relative path to page that
  12.             is the main display for the forum<br>
  13.             <b><i>showtitlebar (optional, bool):</i></b> BOOLEAN value that
  14.             indicated whether or not the titlebar should be displayed on the
  15.             forum.  Default value is true (on).<br>
  16.             <b><i>color1 (optional, String):</i></b> The HTML representation of the color of
  17.             the odd numbered (1,3,5...) rows when displaying a forum. 
  18.             Supplying this parameter will have the same effect as setting the
  19.             color1 property after calling load_forum().  Default value is
  20.             "#C0C0C0".<br>
  21.             <b><i>color2 (optional, String):</i></b>  The HTML representation of the color of
  22.             the even numbered (2,4,6...) rows when displaying a forum. 
  23.             Supplying this parameter will have the same effect as setting the
  24.             color2 property after calling load_forum().  Default value is
  25.             "#C0C0C0".<br>
  26.             <br>
  27.             <b>Common usage (Jscript ):<br>
  28.             </b></font><font face="Courier New" size="2">
  29.             forumobj.load_forum(24, "index.asp",
  30.             true, "#808080", "#FFFFFF");</font></td>
  31.         </tr>
  32.       </table>
  33.     </td>
  34.   </tr>
  35.   <tr>
  36.     <td width="100%"><hr></td>
  37.   </tr>
  38.   <tr>
  39.     <td width="100%">      
  40.       <table border="0" cellspacing="0" width="100%">
  41.         <tr>
  42.